internal/chacha8rand.State.i (field)
7 uses
internal/chacha8rand (current package)
chacha8.go#L40: i uint32
chacha8.go#L55: i := s.i
chacha8.go#L59: s.i = i + 1
chacha8.go#L78: s.i = 0
chacha8.go#L102: s.i = 0
chacha8.go#L136: used := (s.c/ctrInc)*chunk + s.i
chacha8.go#L164: s.i = uint32(used) % chunk
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |